home *** CD-ROM | disk | FTP | other *** search
/ Aminet 38 / Aminet 38 (2000)(Schatztruhe)[!][Aug 2000].iso / Aminet / dev / c / CLib-SDI.lha / CLib-SDI / libsource / makefile.Maxon < prev    next >
Encoding:
Makefile  |  2000-06-25  |  295 b   |  10 lines

  1. /libs/example.library: T:libinit.o T:examplefuncs.o
  2.     mcppc T:libinit.o T:examplefuncs.o -o /libs/example.library -gs
  3.  
  4. T:libinit.o: libinfo.h libinit.c
  5.     mcppc -c -pc -gb0 -O -d BASE_GLOBAL libinit.c
  6.  
  7. T:examplefuncs.o: examplefuncs.c libinfo.h
  8.     mcppc -c -pc -gb0 -O -d BASE_GLOBAL examplefuncs.c
  9.  
  10.